This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
If doc.GetItemValue("YourField")(0)="AlertValue" Then
' *** Create a mail
Set mail = New NotesMail()
' Set receipient and subject
mail.MailTo = "texasswede@example.com"
Call mail.AddMailTo("texasswede2@example.com")
mail.Subject = "Please Read This"
mail.Principal = "bogus_user@example.com"
' Create body
Call mail.AppendText("Testing email...")
Call mail.AppendNewLine(2)
Call mail.Send()
End If
Feedback response number WEBB9SHTE9 created by ~Dan Kikiterobu on 01/06/2015